Skip to content
Back to search
30
MCP

Jupyter Notebook

pulsemcp/jupyter notebook

Integrates Jupyter notebooks with MCP to enable code execution, content manipulation, and interactive data exploration within notebook environments.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

mcp/mcp-code-interpreter
A Python-based execution tool that mimics a Jupyter notebook environment. It accepts code snippet...
0 tools
cursor-notebook-mcp
Model Context Protocol (MCP) implementation for Jupyter notebooks to overcome limitation with Cursor
0 tools
better-jupyter-mcp-server
A powerful MCP server for AI-driven Jupyter Notebook management and execution
0 tools
jupyter-interpreter-mcp
A Jupyter-based MCP server for code interpretation
0 tools
jupyterlab-collab-mcp
MCP server for real-time JupyterLab notebook collaboration
0 tools
tonlab/jupyter-mcp-server
MCP server for operating Jupyter Notebook from Claude Desktop, etc.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "jupyter_notebook": {
      "url": "None",
      "transport": "http"
    }
  }
}